github.com/andybalholm/brotli.command.insert_len_ (field)
18 uses
github.com/andybalholm/brotli (current package)
backward_references_hq.go#L141: var inslength uint = uint(commands[i].insert_len_)
block_splitter.go#L41: total_length += uint(cmds[i].insert_len_)
block_splitter.go#L51: var insert_len uint = uint(cmds[i].insert_len_)
brotli_bit_stream.go#L135: var inscode uint16 = getInsertLengthCode(uint(cmd.insert_len_))
brotli_bit_stream.go#L138: var insextraval uint64 = uint64(cmd.insert_len_) - uint64(getInsertBase(inscode))
brotli_bit_stream.go#L1326: for j = uint(cmd.insert_len_); j != 0; j-- {
brotli_bit_stream.go#L1332: for j = uint(cmd.insert_len_); j != 0; j-- {
brotli_bit_stream.go#L1375: for j = uint(cmd.insert_len_); j != 0; j-- {
brotli_bit_stream.go#L1394: for j = uint(cmd.insert_len_); j != 0; j-- {
brotli_bit_stream.go#L1461: for j = uint(cmd.insert_len_); j != 0; j-- {
brotli_bit_stream.go#L1466: num_literals += uint(cmd.insert_len_)
command.go#L189: insert_len_ uint32
command.go#L200: cmd.insert_len_ = uint32(insertlen)
command.go#L213: cmd.insert_len_ = uint32(insertlen)
encode.go#L736: getLengthCode(uint(last_command.insert_len_), uint(int(last_command.copy_len_&0x1FFFFFF)+int(last_command.copy_len_>>25)), (last_command.dist_prefix_&0x3FF == 0), &last_command.cmd_prefix_)
histogram.go#L199: for j = uint(cmd.insert_len_); j != 0; j-- {
metablock.go#L499: num_literals += uint(commands[i].insert_len_)
metablock.go#L514: for j = uint(cmd.insert_len_); j != 0; j-- {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |